Bump the pango dependency
authorMatthias Clasen <mclasen@redhat.com>
Mon, 3 Aug 2020 03:29:42 +0000 (23:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 3 Aug 2020 03:30:33 +0000 (23:30 -0400)
Require pango 1.45.5, so we can use pango_color_parse_with_alpha.

meson.build

index ce711e9ba09e4b0de9fbdc48312894a537408ead..d193835a752fd4cba76051de48b41ecf681936dd 100644 (file)
@@ -27,7 +27,7 @@ else
 endif
 
 glib_req           = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req)
-pango_req          = '>= 1.45.0'
+pango_req          = '>= 1.45.5'
 fribidi_req        = '>= 0.19.7'
 cairo_req          = '>= 1.14.0'
 gdk_pixbuf_req     = '>= 2.30.0'